* eshell.text (top): Fix incorrect info filename in an xref.
authorAidan Gauland <aidalgol@no8wireless.co.nz>
Thu, 2 Jan 2014 20:17:19 +0000 (09:17 +1300)
committerAidan Gauland <aidalgol@no8wireless.co.nz>
Thu, 2 Jan 2014 20:17:19 +0000 (09:17 +1300)
doc/misc/ChangeLog
doc/misc/eshell.texi

index dd4975fd7fc56b2dfb2f666b4b03197cd6d81304..e4c9913267d96c55df7be30d06c6c4e403421037 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
+
+       * eshell.text (top): Fix incorrect info filename in an xref.
+
 2014-01-02  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (cc_mode_deps): Rename from (typo) ccmode_deps.
index 47644a8743c98670bd2cdc8f140dfd1b58dabb44..0449116683eeeb3bf4bc262846da963368f3316e 100644 (file)
@@ -63,10 +63,10 @@ modify this GNU manual.''
 
 Eshell is a shell-like command interpreter implemented in Emacs Lisp.
 It invokes no external processes except for those requested by the
-user.  It is intended to be an alternative to the @xref{Lisp
-Interaction, IELM, , elisp, The Emacs Lisp Reference Manual} REPL for
-Emacs @emph{and} with an interface similar to command shells such as
-@command{bash}, @command{zsh}, @command{rc}, or @command{4dos}.
+user.  It is intended to be an alternative to the @xref{Lisp Interaction, IELM, , emacs, The Emacs Lisp Reference Manual}
+REPL for Emacs @emph{and} with an interface similar to command shells
+such as @command{bash}, @command{zsh}, @command{rc}, or
+@command{4dos}.
 @c This manual is updated to release 2.4 of Eshell.
 
 @insertcopying